# SpringBoot集成MySQL - 基于JPA的封装

https://pdai.tech/md/spring/springboot/springboot-x-mysql-jpa.html

在实际开发中,最为常见的是基于数据库的CRUD封装等,比如SpringBoot集成MySQL数据库,常用的方式有JPA和MyBatis; 本文主要介绍基于JPA方式的基础封装思路。


# SpringBoot集成MySQL - MyBatis XML方式

https://pdai.tech/md/spring/springboot/springboot-x-mysql-mybatis-xml.html